`(cd foo ; pwd)` to get the canonical name of a directory; cd
might fail, and have pwd print out the current directory.
@echo
@echo "Installing utilities run internally by Emacs."
./make-path ${archlibdir}
- if [ `(cd ${archlibdir};/bin/pwd)` != `/bin/pwd` ]; then \
+ if [ `(cd ${archlibdir} && /bin/pwd)` != `/bin/pwd` ]; then \
for file in ${UTILITIES} ${INSTALLABLES}; do \
cp $${file} ${archlibdir} ; \
chmod 755 ${archlibdir}/$${file} ; \